.titlemore{
    width: 90%;
    margin: auto;
    text-align: center;
    font-size: 20px;
    margin-top: 100px;
    font-weight: 600;
    color: #666666;
}
.teachingtrends1{
    margin: auto;
    margin-top: 50px;
    width: 100%;
    font-size: 15px;
    color: #5F5F5F;
    line-height: 30px;
    font-weight: 500;
    letter-spacing: 2px;
    margin-bottom: 200px;
}
@media screen and (max-width: 415px){
    .titlemore{
        width: 80%;
    }
}